/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

:root {

  /* Colors */
  --bg-black: #000;
  --bg-black2: #2B2B2B;
  --bg-white: #fff;
  --bg-bege: #DCDBD3;
  --bg-green-light: #BFCEC2;
  --bg-green-dark: #43695B;
  --bg-green: #009576;


}

a,
p,
figure,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}


body,
html {
  font-family: "Mulish", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 52px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: -0.52px;
  font-style: normal;
}

h2 {
  font-size: 44px;
  font-weight: 300;
  line-height: 140%;
  font-style: normal;
}

h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: 140%;
  font-style: normal;
}

h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  font-style: normal;
}

p.p-m {
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  font-style: normal;
}

p.p-g {
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}

.no-padding {
  padding: 0px !important;
}

.mt-100 {
  margin-top: 100px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.img-full {
  width: 100%;
}

.relative {
  position: relative;
}

.container-no-right {
  margin: 0 0 0 calc((100vw - 1330px + 15px) / 2);
  width: auto;
  padding: 0;
}

.container-no-left {
  margin: 0 calc((100vw - 1330px + 15px) / 2) 0 0;
  width: auto;
  padding: 0px 0px;
}




/* MENU */
.navbar-expand-lg {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 99999;
  background-color: var(--bg-green-dark);
  -webkit-transition: 0.6s ease-in;
  -o-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
}

.scroll .navbar-expand-lg {
  background-color: var(--bg-green-dark);
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.navbar-expand-lg .navbar-collapse ul {
  gap: 70px;
}

.btn.btn-green-light {
  font-size: 14px;
  background-color: var(--bg-green-light);
  color: var(--bg-black2);
  padding: 16px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  font-weight: 700;
  -webkit-transition: 0.4 ease;
  -o-transition: 0.4 ease;
  transition: 0.4 ease;
  border: 1px solid var(--bg-green-light);
}
.btn.btn-green-light:hover{
  background-color: var(--bg-black2);
  color: var(--bg-green-light);

}


.btn.btn-green {
  font-size: 14px;
  background-color: var(--bg-green-dark);
  color: var(--bg-bege);
  padding: 16px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  font-weight: 700;
  -webkit-transition: 0.4 ease;
  -o-transition: 0.4 ease;
  transition: 0.4 ease;
  border: 1px solid var(--bg-green-dark);
}
.btn.btn-green:hover{
  background-color: var(--bg-bege);
  color: var(---bg-green-dark);

}

.btn.btn-bege {
  font-size: 14px;
  background-color: var(--bg-bege);
  color: var(--bg-green-dark);
  padding: 16px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  border-radius: 100px;
  -webkit-transition: 0.4 ease;
  -o-transition: 0.4 ease;
  transition: 0.4 ease;
  border: 1px solid var(--bg-bege);
}
.btn.btn-bege:hover{
  background-color: var(--bg-green-dark);
  color: var(--bg-bege);

}

.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--bg-white);
  padding: 10px 20px;
  background-color: transparent;
  border-radius: 100px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.navbar-expand-lg .navbar-nav a.nav-link:hover {
  color: var(--bg-green-dark);
  border-radius: 100px;
  background-color: var(--bg-bege);
}

.scroll-down .navbar-expand-lg{
  top: -58px;
}

.scroll-up .navbar-expand-lg{
  top: 0px;

}


/* INICIAL*/
.banner {
  background-color: var(--bg-green-dark);
  color: var(--bg-white);
  padding: auto;
  padding: 183px 0px 125px 0px;
}

.banner h1 {
  color: var(--bg-white);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Mulish;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 60px */
  text-transform: uppercase;
}

.banner .texto {
  max-width: 660px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

.banner .texto .btn {
  margin: 0 auto;
  font-weight: 700;
}

.banner .container {
  position: relative;
}

.banner img.fundo-img {
  position: absolute;
}


.campo1 {
  padding-top: 160px;
  padding-bottom: 160px;
  text-align: center;
}

.campo1 .texto {
  gap: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 898px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.campo1 .texto span {
  color: var(--bg-green);
}

.campo1 .texto p {
  margin-bottom: 10px;
}


.campo2 .owl-theme .owl-nav.disabled+.owl-dots{
  margin-top: 0px;
}

.campo2 .owl-theme .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--bg-green-dark);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 10px;
  border-radius: 100px;
  gap: 10px;
  margin-bottom: 60px;
}

.campo2 .owl-theme .owl-dots {
  font-weight: 700;
  color: var(--bg-green-dark);
}


.campo2 .owl-carousel .owl-dots .owl-dot span {

  font-size: 14px;
  background-color: transparent;
  color: #2B2B2B;
  padding: 10px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 100px;
  font-weight: 700;
}

.campo2 .owl-carousel .owl-dots .owl-dot.active {
  color: var(--bg-green-dark);
  background-color: var(--bg-green-light);
  border-radius: 100px;

}

.owl-theme .owl-dots .owl-dot span {
  width: auto;
  height: auto;
  margin: auto;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  border-radius: 0px;
}

.campo2 .owl-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}


.campo2 .owl-carousel .owl-dots .owl-dot:nth-child(3n+1) span::after {
  content: "Para morar";
}

.campo2 .owl-carousel .owl-dots .owl-dot:nth-child(3n+2) span::after {
  content: "Para trabalhar";
}

.campo2 .owl-carousel .owl-dots .owl-dot:nth-child(3n+3) span::after {
  content: "Para construir";
}

.campo2 .owl-carousel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--bg-bege);
  border-radius: 20px;
  padding: 50px;
}

.campo2 .owl-carousel .item .texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 0 auto;

}

.campo2 .owl-carousel .item .texto h2 {
  max-width: 310px;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 36px */
  color: var(--bg-black2);
}

p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--bg-green-dark);
}

.campo2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.campo3 {}


.campo3 .texto {
  max-width: 668px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 40px;

}

.campo3 .texto h2 {
  color: var(--bg-black2);
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 57.6px */
}

.campo4 {}

.campo4 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  row-gap: 30px;
}

.campo4 .campo {
  background-color: var(--bg-bege);
  border-radius: 10px;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.campo4 .campo img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.campo4 .campo p>b {
  display: block;
}

.campo4 .campo p {
  color: var(--bg-black);
  text-align: left;
}

.campo4 .campo img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}







.campo5 {
  background-image: url("../img/fundo-rodape.jpg");
  /* The image used */
  height: 500px;
  /* You must set a specified height */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--bg-white);
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.campo5 .texto {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

footer {
  background-color: var(--bg-green-dark);
  color: var(--bg-bege);
  padding: 116px 0px;
}

footer .links {
  margin-top: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

footer .links a {
  color: var(--bg-bege);

}

footer .texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
  gap: 38px;
}
footer p{
  color: var(--bg-bege);
}
footer .texto a {
  color: var(--bg-bege);
}